.btm_ewm_box {
  margin-top: 30px;
}

.beb_tle {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.beb_tle strong {
  color: #f21b2d;
}

.beb_tle::before,
.beb_tle::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 14px;
  background: url(/statics/images/beb_tle_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 12px;
}

.beb_tle::before {
  transform: rotateY(180deg);
}

.btm_ewm_ctt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btm_ewm_item_txt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  padding-left: 20px;
  background: url(/statics/images/btm_ewm_lxwm.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_item:nth-child(2) > p:first-child {
  background: url(/statics/images/btm_ewm_app.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_item:nth-child(3) > p:first-child {
  background: url(/statics/images/btm_ewm_xcx.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_txtbox {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 310px;
  height: 90px;
  box-sizing: border-box;
  padding: 6px 0;
  padding-left: 18px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 2px 10px -2px #00000036;
}

.btm_ewm_txtbox p {
  font-size: 13px;
  color: #989898;
}

.btm_ewm_txtbox strong {
  font-size: 16px;
  color: #333;
}

.btm_ewm_txtbox img {
  width: 112px;
  height: 112px;
  box-sizing: border-box;
  border: 1px solid #00077d;
  position: absolute;
  right: 18px;
  bottom: 12px;
}

.list-wztj {
  position: relative;
}

.list-wztj p {
  height: 42px;
  background: #2a6edd url(/statics/images/list-hot.png) no-repeat;
  background-size: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  line-height: 42px;
}

.list-wztj > a {
  display: block;
  width: 90px;
  height: 28px;
  cursor: pointer;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #2a6edd;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 7px;
}

.list-wztj > a:hover figure{
  display: block;
}

.list-wztj > a figure{
  display: none;
  width: 186px;
  height: 186px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -93px;
  border-radius: 8px;
  box-shadow: 2px 2px 12px -4px #b8b8b8;
}

.list-wztj > a figure img{
  width: 114px;
  height: 114px;
  margin: 18px auto 12px;
}

.list-wztj > a figcaption{
  font-size: 14px;
  font-weight: bold;
  color: #028fcb;
}

.list-wztj a:nth-last-child(2) {
  right: 110px;
}

.list-wztj ul {
  padding: 6px 0;
  border: 1px solid #2a6edd;
  border-top: none;
  margin-bottom: 10px;
}

.list-zt-box{
  width: 100%;
  height: 140px;
  margin-bottom: 12px;
  background: url(/statics/images/list-ztbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}

.list-zt-box a{
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.list-zt-box a:first-child{
  width: 230px;
  margin-right: 22px;
}

.list-zt-box a:last-child{
  flex: 1;
  flex-shrink: 0;
}

.list-zt-btn figure{
  display: none;
  width: 186px;
  height: 186px;
  background-color: #fff;
  position: absolute;
  top: 150px;
  left: 0;
  margin: 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 2px 12px -4px #b8b8b8;
}

.list-zt-btn:last-child figure{
  right: 0;
  left: initial;
}

.list-zt-btn figure img{
  width: 114px;
  height: 114px;
  margin: 18px auto 12px
}

.list-zt-btn figure figcaption{
  font-size: 14px;
  font-weight: bold;
  color: #028fcb;
}

.list-zt-btn:hover figure{
  display: block;
}

.dy_top {
  position: relative;
}

.dy_top .list-zt-btn {
  display: block;
  height: 100%;
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 26px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  top: 0;
  z-index: 10;
}

.dy_top .list-zt-btn:nth-last-child(2) {
  background-color: #3291cf;
  right: 117px;
}

.dy_top .list-zt-btn:nth-last-child(1) {
  background-color: #f22c25;
  right: 17px;
}

.dy_top .list-zt-btn figure {
  display: none;
  width: 186px;
  height: 186px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -93px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 2px 12px -4px #b8b8b8;
}

.dy_top .list-zt-btn figure img {
  width: 114px;
  height: 114px;
  margin: 18px auto 12px
}

.dy_top .list-zt-btn figure figcaption {
  font-size: 14px;
  font-weight: bold;
  color: #028fcb;
}

.dy_top .list-zt-btn:hover {
  color: #fff;
  text-decoration: none;
}

.dy_top .list-zt-btn:hover figure {
  display: block;
}

center{
  position: relative;
}

.xcxtc{
  cursor: pointer;
}

.kecheng-right-box {
  position: initial !important;
}

.kecheng-right-box a:hover{
  color: #fff;
}

.kecheng-right-box > div {
  width: 160px;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  color: #0088e6;
  padding-left: 17px;
  position: absolute;
  font-size: 12px;
  vertical-align: bottom;
  margin-left: 10px;
  display: inline-block;
  border: solid 1px #0088e6;
  display: flex;
  justify-content: space-between;
  top: -2px;
  right: 0;
}

.ctt-line {
  margin: 5px 0 10px;
  border: 0;
  border-bottom: 1px solid #eee;
}